Skip to main content
Version: 5.1.1.0

Elasticsearch Client Connection

Description​

Elasticsearch Client Connection Environment entries are used to declare the parameters for the connection to Elasticsearch.

Purpose of object​

It is used by Elasticsearch Reader, Elasticsearch Writer.

Configuration​

(add image)

Routing Method

  • The routing method - BASIC or CLOUDID.

Cloud ID

  • The cloud id that is used in case the routing method chosen is CLOUDID.

Host name

  • The host, by default it is localhost.

Port

  • The port to connect to, by default it is 9200.

Protocol

  • The protocol to choose: HTTP or HTTPS.

Secure protocol

  • The protocol to choose: TLS or SSL.

Authentication method*

  • The authentication method: NONE, BASIC and API key.

Username

  • The username used in case of BASIC authentication.

Password

  • The password used in case of BASIC authentication.

API key ID

  • The id used in case of API key authentication.

API key secret

  • The secret used in case of API key authentication.

Login timeout

  • The login timeout.